projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ce19f
)
kconfig: add dependency PCIE_LAYERSCAPE_GEN4 for FSL_PCIE_COMPAT
author
Hou Zhiqiang
<
[email protected]
>
Mon, 8 Apr 2019 10:15:50 +0000
(10:15 +0000)
committer
Prabhakar Kushwaha
<
[email protected]
>
Wed, 22 May 2019 06:54:24 +0000
(12:24 +0530)
The LX2160A PCIe is using driver PCIE_LAYERSCAPE_GEN4 instead
of PCIE_LAYERSCAPE.
Signed-off-by: Hou Zhiqiang <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
Reviewed-by: Prabhakar Kushwaha <
[email protected]
>
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index f48481f465a56b89b33ff60e83460d549f5e0bba..d37e3678e7feb1ce4884c8eb3022322cea291fc6 100644
(file)
--- a/
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@
-242,7
+242,7
@@
config FSL_LAYERSCAPE
config FSL_PCIE_COMPAT
string "PCIe compatible of Kernel DT"
- depends on PCIE_LAYERSCAPE
+ depends on PCIE_LAYERSCAPE
|| PCIE_LAYERSCAPE_GEN4
default "fsl,ls1012a-pcie" if ARCH_LS1012A
default "fsl,ls1043a-pcie" if ARCH_LS1043A
default "fsl,ls1046a-pcie" if ARCH_LS1046A